Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_alnum
ctype_alnum
Check alphanumeric characters
Name:
ctype_alnum
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check alphanumeric characters
Related
Application and optimization suggestions for socket_cmsg_space in high-frequency data exchange
2
Combining stream_get_filters and stream_context_create for complex stream operations
4
Using gmp_prob_prime() in PHP to Determine Prime Numbers Accurately
6
Summary of the 5 most easy pitfalls to be stepped on in next_result() in PHP
2
Similar Functions
ctype_digit
ctype_digit
Checknumericcharacte
ctype_lower
ctype_lower
Checklowercasecharac
ctype_graph
ctype_graph
Checkforanyprintable
ctype_punct
ctype_punct
Checkforprintablecha
ctype_space
ctype_space
Checkspacecharacters
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_print
ctype_print
Checkprintablecharac
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
Popular Articles